Steps to deploy new source content:

	1) Place the source files into the native-source folder
	2) Update the version number as appropriate in pom.xml
	3) Run a command like this to deploy - (vadev is a server name that must be defined with credentials in your maven configuration):
	
		mvn clean deploy -DaltDeploymentRepository=vadev::default::https://vadev.mantech.com:8080/nexus/content/repositories/termdata/

Note - new source content should not be checked into GIT.  When finished, simply empty the native-source folder.

The source is located here: http://www.phdsc.org/standards/payer-typology.asp#archives
However, we require the xls version, which is found here: https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.3591 - and then download the xls 
formatted file.  

#### NOTE #### 
The CDC versioning is not the same as the PHDSC version.  V4 of the CDC download is actually V7 of the phdsc content.  See the "Value Set Details" 
section on the CDC site.

The recommended version pattern is then:

cdc-v4-phdsc-v7


For Source Payment Typology code - the loader currently expects a single zip file - which should contain a xls file of the following format:
	1) - ValueSet_PHVS_SourceOfPaymentTypology_PHDSC_V4_20170425-004232.zip
	      ==> Contains ValueSets\PHVS_SourceOfPaymentTypology_PHDSC_V4.xls
	
The file name is ignored - it just needs to be a zip file which contains an xls file that contains the letters PHDSC somewhere in the file name
	
